home *** CD-ROM | disk | FTP | other *** search
/ ftp.co.hinds.ms.us / ftp.co.hinds.ms.us.tar / ftp.co.hinds.ms.us / mbam-setup.exe / {app} / mbam.chm / style.css < prev   
Cascading Style Sheet File  |  2012-03-15  |  528b  |  42 lines

  1. body { 
  2.     background-color: #ffffff;
  3. }
  4.  
  5. h1 {
  6.     color: #4171a1;
  7.     font-size: 22px;
  8. }
  9.  
  10. font, table, tr, td, p, ul, ol {
  11.     text-decoration: none;
  12.     font-family: Verdana, Arial, Helvetica;
  13.     font-size: 13px;
  14. }
  15.  
  16. a:link, a:active, a:visited {
  17.     text-decoration: underline;
  18.     color: #4171a1;
  19.     font-size: 13px;
  20. }
  21.   
  22. a:hover { 
  23.     text-decoration: none;
  24.     color: #4171a1;
  25.     font-size: 13px;
  26. }
  27.  
  28. ul li {
  29.     margin: 15px 0;
  30. }
  31.  
  32. ul ul li {
  33.     margin: 15px 0;
  34. }
  35.  
  36. ul ol {
  37.     margin: 15px 0;
  38. }
  39.  
  40. ul ul ol li {
  41.     margin: 0;
  42. }